CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - VC 保存

搜索资源列表

  1. ChngDsplyMd

    0下载:
  2. 在VC中调用Windows API函数来动态获取设备的显示分辨率,并实现了游戏中动态改变屏幕分辨率的功能,并可选择临时改变或保存到注册表。-in VC call Windows API functions to dynamically access equipment display resolution, and achieve dynamic of the game changed screen resolution function and can choose to change or
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:40169
    • 提供者:flyer_boy
  1. DrakeDCT050629B

    0下载:
  2. DCT离散余弦变换编码和解码,利用vc对bmp图像实行变换,可以对变换和恢复后的结果进行保存和观看比较结果-the program of DCT coding and decoding.It is used to transform bmp to jpg.you can compare the original bmp to transformed jpg
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:64706
    • 提供者:中国
  1. tianwen

    0下载:
  2. VC实现,天文导航算法及实现 包括数据的获取、加工、处理、保存为文件-VC, astronomy, navigation algorithm and implementation including data acquisition, processing, handling, preservation of documents
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32105
    • 提供者:tongliuran
  1. powerdown

    0下载:
  2. 用VC写的一个可以关闭系统的程序,直接把电源也关掉了,运行该程序前要小心把未保存的东西先保存!-VC can write a closed system procedures, directly to switch off the power supply is also running the program prior to the careful preservation of not keeping things first!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6245
    • 提供者:忠成
  1. AviCap_demo-1

    0下载:
  2. 这是一个用VC++开发的视频采集的程序,不但可以回放视频,还可以保存视频和图片-This is a VC++ video capture application with the fuction of video playback ,and you can also save the captured video or iamge.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2008-10-13
    • 文件大小:71605
    • 提供者:uy
  1. txtanalysis

    0下载:
  2. 早期的windows就是采用的INI格式文本文件。现在很多应用程序包括大型的软件也还在采用格式化文本文件保存配置参数,比如Bentely MicroStation GIS平台GEOGRAPHICS8.0。 本文给出的就是利用VC来读取和分析配置文本文件,-early windows is the INI format text file. Now many applications including large software is also used to preserve docu
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6314
    • 提供者:lhb
  1. windows磁盘IO

    0下载:
  2. 1 程序开发步骤如下 (1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为\"floppy\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"floppy.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"floppy.cpp\";在接下来询问是否创建新文件时回答\"yes\";然后通
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:55119
    • 提供者:黄小文
  1. MCI音频

    0下载:
  2. 在VC下面开发的小程序,利用MCI知识,实现了录音,播放,打开,保存等功能-below in the development of the VC small procedure, and use MCI knowledge and to the recording, playback, open, functional preservation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27277
    • 提供者:马全亮
  1. goodImageTest

    0下载:
  2. vc++,ADO,SQL Server,图片存、取、显示出来看,哈哈,精华全在这里了。也可以保存其他文件。有什么问题发邮件给我。-vc, ADO, SQL Server, Photo deposit, from showing up, Haha, the whole essence of the place. Also keep other documents. What is the problem with the mail to me.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3537937
    • 提供者:江天右
  1. cffx_tcking

    0下载:
  2. 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:203835
    • 提供者:汤超
  1. 0下载:
  2. 用VC开发的,实现对bmp位图文件的读取与保存功能的小程序-VC development, and achieving the bmp bitmap file read and preservation of function of small programs
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:32689
    • 提供者:罗磊
  1. ADO_Grid表格平台

    2下载:
  2. 1 这是我用VC做的电子表格平台,可实现对窗口表格视图和其背景数据库的若干基本操作。 (a动态创建新表, b在表中添加、删除行、列, c打开、保存、另存表格, d制作了一个属性对话框来修改表格的基本属性,如行数、列数、标题等) 用户可通过视图上操作改变背景数据库 2 数据库操作采用ADO, 背景数据库采用Access 视图采用单文档界面和CGridCtrl控件 3 本软件在运行时,在debug文件夹中要考入“资料”的access文件,
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:355609
    • 提供者:湖朝
  1. DigtalImageProc

    0下载:
  2. vc编程,对图象的各种处理,包括傅立叶变换,保存,放大,缩小-vc programming, the various images, including Fourier transform, preservation, zoom in and out, etc., etc.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:83691
    • 提供者:莅临
  1. c语言词法分析器

    0下载:
  2. 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures us
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2270
    • 提供者:唯一
  1. sizecbar_src

    0下载:
  2. 经典的浮动窗口,类似于VC Studio的界面元素,功能强大。最值得称赞的是它还具有调整状态的保存功能,本程序绝对是研究浮动窗口的典范之作。-classic floating window, similar to the VC Studio interface elements and powerful. The most commendable it is adjusted with the preservation of state functions, procedures for the
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:23975
    • 提供者:郭文
  1. 打开PIC图像

    0下载:
  2. 一个基于VC++6.0的程序,具有打开、显示以及保存pic图像的功能。-a VC 6.0 programs that have opened, and the preservation pic shows the functional images.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:69754
    • 提供者:欧阳云
  1. SMSDemoALL

    0下载:
  2. 实现有红外线端口的手机与电脑上的红外线适配器相连,可以完成发送、接收、保存短信等功能,包括VB、Delphi、VC下的源码-achieve the infrared port on the phone with a computer connected to the infrared adapter can be completed sending, receiving, keeping messaging functions, including VB, Delphi, the source
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:83139
    • 提供者:zlq
  1. SaveWindowsDC

    0下载:
  2. 在VC中将客户区图像保存到BMP位图文件 程序名称:MainFrm.c-customers in VC Lieutenant General District BMP images stored procedures bitmap file name : MainFrm.c
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:301001
    • 提供者:远风
  1. bookmanagement

    0下载:
  2. 用VC++做的一个图书管理系统。 可以保存数据到文件中。-VC done a library management system. Data can be saved to a file.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:232622
    • 提供者:刘生
  1. xuexidbms

    0下载:
  2. 使用vc++跟c语言的链表写的一个示例型的学生信息管理系统;主要是完成学生设计功能 使用文件保存数据,使用文件保存密码-use with the C Language List wrote a sample-based student information management system; the main design is completed students use is saving the file data, the use of passwords to preserve
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17389
    • 提供者:shuzhixin
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 39 »
搜珍网 www.dssz.com